<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
button,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html,
body{
	width:100%;
	height:100%;
}

body{
	font-family:"å¾®è½¯é›…é»‘",arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
}

input,
select,
option,
textarea,
button{
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}

ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}

.w{
	width:1200px;
	margin:0 auto;
}

/*.footer .w{
width: 1570px;
	margin:0 auto;
}
.footer1 .w{
width: 1570px;
	margin:0 auto;
}*/




/*banner*/
.banner{
	position:relative;
	width:100%;
	height:auto;
}
.banner .slideBox .bd li img{
	display: block;
	width:100%;
	height:auto;
}
.banner .go_index1{
	display: block;
	width:auto;
	height:auto;
	position:absolute;
	left:50%;
	bottom:10%;
	margin-left:-23px;
	-webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}


/*header*/
header{
	height:143px;
	position:relative;
	width:100%;
}

.head{
	background:#fff;
	height:143px;
}

h1.logo{
	padding-top:34px;
	width:24%;
}

h1.logo img{
	max-width:100%;
}

.head_others{
	padding-top:34px;
	width:66%;
}

.head_others .long{
	margin-left:25px;
}

.head_others .slogen{
	padding-top:5px;
	/*padding-top:45px;*/
	width:57%;
}

.head_others .slogen img{
	max-width:100%;
}

.head_others .language{
	width:190px;
	margin-left:10px;
	text-align: center;
}

.head_others .language .language1{
	height:36px;
	line-height:36px;
	background:#e4e4e4;
	border-radius:18px;
	color:#b6b6b6;
	font-size:13px;
	margin-bottom:5px;
}
.head_others .language .language1 span{
	margin:0 15px;
}
.head_others .language .language1 a{
	color:#484848;
}
.head_others .language .language1 a.on{
	color:#29a7e1;
}
.banner1_sec img{
	width: 100%;
}
.head_others .language .language1 a:hover{
	text-decoration:underline;
}

.head_others .language .language2{
	font-size:20px;
	line-height:24px;
	color:#28a7e1;
}


header nav.nav{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:rgba(40,167,225,.7);
	height:50px;
	width:100%;
	z-index:9999999;
}

header nav.nav.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
}

header nav.nav .navm{
	width:90%;
}

header nav.nav .navm&gt;li{
	padding-right:4%;
	float:left;
	line-height:50px;
	height:50px;
	position:relative;
}

header nav.nav .navm&gt;li&gt;a{
	color:#fff;
	font-size:16px;
	display: block;
	padding-right:20px;
	
}
header nav.nav .navm&gt;li.nav_li&gt;a{
	background:url(../images/nav_xia.png) no-repeat right center;
}

header nav.nav .navm&gt;li .setNav{
	position:absolute;
	top:100%;
	left:0px;
	right:0;
	width:100%;
	margin-left:-20%;
	background:rgba(40,167,225,.7);
	text-align: center;
	display: none;
	
}

header nav.nav .navm&gt;li .setNav li a{
	line-height:40px;
	color:#fff;
	font-size:14px;
	display: block;
}

header nav.nav .navm&gt;li .setNav li a:hover{
	background:rgba(40,167,225,1);
}


.search_box{
	position: relative;
	height:24px;
	margin-top:13px;
}

.search_box .head_search1 {
    height: 24px;
    width: 24px;
    background:url(../images/search.png) no-repeat center;
    cursor: pointer;
}
.search_box .head_search2 {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    height: 24px;
    line-height: 24px;
    width: 0px;
    transition: width 500ms;
    -moz-transition: width 500ms;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
}
.head_search:hover .head_search2{
	width:170px;
    padding:0 10px;
}


/*phone_nav*/
.phone_head{
	height:60px;
	display: none;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
}

.phone_head .logo{
	width:200px;
	height:55px;
	line-height:60px;
}

.phone_head .logo img{
	height:auto;
	width:100%;
	vertical-align: middle;
}

.phone-head{
	height:60px;
	line-height:60px;
}

.phone_head nav{
	margin-left:0;
}

.phone_head .th_login {
    color: #333;
    margin-left: 31%;
    margin-top: 23px;
}

.phone-head .menubtn &gt; span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 40px;
    background:#28a7e1 url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:41px;
}

.phone-head .mask-close{
	background:#28a7e1 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
}


.maskbg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}

.phone_nav{
	position: absolute;
	top:30px;
	left:0;
	right:0;
	width:100%;
	background:rgba(255,255,255,.9);
	z-index:1000;
	height:520px;
	overflow-y: auto;
}

.phone_nav ul&gt;li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    /*height:40px;*/
    line-height: 40px;
    padding: 0px 17px;
    font-size:1.25em;
}

.phone_nav ul&gt;li ol a,
.phone_nav ul&gt;li&gt;a {
    display: inline-block;
    width:100%;
    height:100%;
    font-size:1.25em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul&gt;li&gt;h3{
	display: block;
    font-size:1.25em;
    color: #323232;
    position: relative;
}
.phone_nav ul&gt;li&gt;h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul&gt;li.active&gt;h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}

.phone_nav ul&gt;li ol {
    display: none;
}
.phone_nav .two_nav .th_nav li a,
.phone_nav .two_nav .th_nav li{
    font-size:1em;
    color: #323232;
}

.phone_nav .two_nav li h3{
	display: block;
    font-size:1.25em;
    color: #323232;
    position: relative;
}
.phone_nav .two_nav li h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 30px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav .two_nav li.active h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}
















/*footer*/
.foot_bot.blu{background: #28a7e1; color: #fff;}
.foot_bot.blu a{color: #fff;}
.foot_bot{
	height:56px;
	line-height:56px;
	background:#fff;
	width:100%;
	font-size:15px;
	color:#656565;
}

.foot_bot img{
	vertical-align: middle;
	margin-right:3%;
}

.foot_bot a{
	color:#656565;
}


.footer{
	padding:45px 0 30px;
	background:#28a7e1;
	color:#fff;
}

.foot{
	margin-right:6%;
}
.foot.foot4{
	display: none;
	margin-right:0;
}
.foot h2{
	border-bottom:2px solid #fff;
	font-size:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.foot1{
	width: 52%;
}
.foot2{
	width:12%;
}
.foot3{
	width:23.5%;
	margin-right:0;
	
}
.foot4{
	width:13%;
}
.foot4 img{
	max-width:100%;
	height:auto;
}
.foot1 dl {
    float: left;
    width: 25%;
}

.foot1 dt{
	font-size:15px;
	margin-bottom:15px;
}
.foot2 li,
.foot1 dd{
	padding-left:11px;
	font-size:15px;
	line-height:23px;
	background:url(../images/f_jiao.jpg) no-repeat left center;
}
.foot2 li a,
.foot1 dd a{
	color:#fff;
}
.foot2 li a:hover,
.foot1 dd a:hover{
	text-decoration: underline;
}

.foot3 li{
	font-size:15px;
	line-height:36px;
	padding-left:30px;
}
.links {
   	font-size:15px;
}
.foot3 li:nth-child(1){
	background:url(../images/f1.jpg) no-repeat 6px 11px;
}
.foot3 li:nth-child(2){
	background:url(../images/f2.jpg) no-repeat 6px center;
}
.foot3 li:nth-child(3){
	background:url(../images/f3.jpg) no-repeat 6px center;
}
.foot3 li:nth-child(4){
	background:url(../images/f4.jpg) no-repeat 6px center;
}







/*footer1*/
.footer1 .foot_bot.blu{background: #28a7e1; color: #fff;}
.footer1 .foot_bot.blu a{color: #fff;}
.footer1 .foot_bot{
	height:56px;
	line-height:56px;
	background:#fff;
	width:100%;
	font-size:13px;
	color:#656565;
}

.footer1 .foot_bot img{
	vertical-align: middle;
	margin-right:3%;
}

.footer1 .foot_bot a{
	color:#656565;
}


.footer1{
	padding:45px 0 20px;
	background:#28a7e1;
	color:#fff;
}

.footer1 .foot{
	margin-right:6%;
}
.footer1 .foot.foot4{
	margin-right:0;
}
.footer1 .foot h2{
	border-bottom:2px solid #fff;
	font-size:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.footer1 .foot1{
	width:52%;
}

.footer1 .foot2{
	width:12%;
}
.footer1 .foot3{
	width:23.5%;
	margin-right:0%;
	 
}
.footer1 .foot4{
	width:13%;
	display: none;

}
.footer1 .foot4 img{
	max-width:100%;
	height:auto;
	
}
.footer1 .foot1 dl{
	float:left;
	width:25%;
}
.footer1 .foot1 dl{
	display: none;
}
.footer1 .foot1 dl:nth-child(1){
	display: inline-block;
}
.footer1 .foot1 dl:nth-child(2){
	display: inline-block;
}
.footer1 .foot1 dl:nth-child(3){
	display: inline-block;
}
.footer1 .foot1 dl:nth-child(4){
	display: inline-block;
}
.footer1 .foot1 dl:nth-child(5){
	display: inline-block;
}
 .foot1 dl{
	display: none;
}
 .foot1 dl:nth-child(1){
	display: inline-block;
}
 .foot1 dl:nth-child(2){
	display: inline-block;
}
 .foot1 dl:nth-child(3){
	display: inline-block;
}
 .foot1 dl:nth-child(4){
	display: inline-block;
}
 .foot1 dl:nth-child(5){
	display: inline-block;
}
.footer1 .foot1 dt{
	font-size:15px;
	margin-bottom:10px;
}
.footer1 .foot2 li,
.footer1 .foot1 dd{
	padding-left:11px;
	font-size:15px;
	width: 100% !important;
	line-height:22px;
	background:url(../images/f_jiao.jpg) no-repeat left center;
}
.footer1 .foot2 li a,
.footer1 .foot1 dd a{
	color:#fff;
}
.footer1 .foot2 li a:hover,
.footer1 .foot1 dd a:hover{
	text-decoration: underline;
}

.footer1 .foot3 li{
	font-size:15px;
	line-height:36px;
	padding-left:30px;
}

.footer1 .foot3 li:nth-child(1){
	background:url(../images/f1.jpg) no-repeat 6px center;
}
.footer1 .foot3 li:nth-child(2){
	background:url(../images/f2.jpg) no-repeat 6px center;
}
.footer1 .foot3 li:nth-child(3){
	background:url(../images/f3.jpg) no-repeat 6px center;
}
.footer1 .foot3 li:nth-child(4){
	background:url(../images/f4.jpg) no-repeat 6px center;
}













/*section*/
.in1_section{
	padding-top:40px;
}
.in11_left{
	width:50%;
	text-align: right;
	position:relative;
	height:430px;
}

.in12_right {
	width:50%;
	text-align: center;
	position:relative;
	height:430px;
}
.in11_mian{
	position: absolute;
    right: 0;
    top: 0;
    width:100%;
	line-height:430px;
}
.in11_mian img{
	width:100%;
	max-height:100%;
	height:auto;
	vertical-align: middle;
}
.in12_mian {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding: 70px 8% 20px 8%;
    color:#29aae3;
}

.in32_mian h2,
.in21_mian h2,
.in12_mian h2{
	font-size:28px;
	line-height:28px;
	color:#000000;
	margin-bottom:25px;
}
.in32_mian span,
.in21_mian span,
.in12_mian span{
	display: inline-block;
	width:110px;
	height:5px;
	background:#28a7e1;
	margin-bottom:25px;
}

.in12_mian div{
	font-size:16px;
	min-height:170px;
	line-height:28px;
}
.in32_mian a,
.in21_mian a,
.in12_mian a{
	display: inline-block;
	width:180px;
	height:50px;
	line-height:50px;
	border:1px solid #28a7e1;
	border-radius:25px;
	color:#28a7e1;
	padding-left:35px;
	font-size:16px;
	text-align: left;
	background:#fff url(../images/in_go1.png) no-repeat 80% center;
	
}
.in32_mian a:hover,
.in21_mian a:hover,
.in12_mian a:hover{
	color:#fff;
	background:#28a7e1 url(../images/in_go2.png) no-repeat 80% center;
	
}

.in21_left{
	width:50%;
	text-align:center;
	position:relative;
	height:430px;
}

.in22_right {
	width:50%;
	text-align: center;
	position:relative;
	height:430px;
}
.in22_mian{
	position: absolute;
    right: 0;
    top: 0;
    width:100%;
	line-height:430px;
}
.in22_mian img{
	width:100%;
	max-height:100%;
	height:auto;
	vertical-align: middle;
}
.in21_mian {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding: 70px 8% 20px 8%;
    color:#29aae3;
}
.in21_mian div{
	font-size:16px;
	min-height:130px;
	line-height:28px;
}



.in31_left{
	width:50%;
	text-align: right;
	position:relative;
	height:430px;
}

.in32_right {
	width:50%;
	text-align: center;
	position:relative;
	height:430px;
}
.in31_mian{
	position: absolute;
    right: 0;
    top: 0;
    width:100%;
	line-height:430px;
}
.in31_mian img{
	width:100%;
	max-height:100%;
	height:auto;
	vertical-align: middle;
}
.in32_mian {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding: 70px 8% 20px 8%;
    color:#29aae3;
}

.in32_mian div{
	    font-size: 16px;
	    min-height: 130px;
	    line-height: 28px;
}
.in32_mian div img{
	max-height:100%;
	max-width:100%;
}
.in3_section{
	padding-bottom:30px;
}





.in41_left{
	width:50%;
	text-align:left;
	position:relative;
	height:650px;
	background:#262626;
}

.in42_right {
	width:50%;
	text-align: left;
	position:relative;
	height:650px;
	background:#29a7e1;
	color:#fff;
}
.in41_mian {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding:0px 0px 20px 24%;
    color:#29aae3;
}
.in42_mian {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding: 50px 17% 100px 4%;
    color:#29aae3;
}

.in41_mian #slideBox1{
	width:100%;
	height:auto;
	position:relative;
}

.in41_mian #slideBox1 .bd1 li{
	width:100%;
	height:auto;
}

.in41_mian #slideBox1 .bd1 li img{
	display: block;
	width:100%;
	height:auto;
}

.in41_mian #slideBox1 .bd1 li .in41_m{
	width:100%;
	padding-left:25%;
	padding-top:30px;
	font-size:18px;
	line-height:32px;
	height:100px;
	color:#c6c6c6;
}

.in41_mian #slideBox1 .bd1 li:hover .in41_m{
	text-decoration: underline;
}
.in41_mian #slideBox1 .prev,
.in41_mian #slideBox1 .next{
	position:absolute;
	bottom:100px;
}

.in41_mian #slideBox1 .prev{
	left:-27px;
}
.in41_mian #slideBox1 .next{
	left:57px;
}

.in41_mian #slideBox1 .prev img,
.in41_mian #slideBox1 .next img{
	display: block;
	width:auto;
	height:auto;
}


.in42_mian a.in42_a{
	display: inline-block;
	width:180px;
	height:50px;
	line-height:50px;
	border:1px solid #fff;
	border-radius:25px;
	color:#fff;
	padding-left:35px;
	font-size:16px;
	text-align: left;
	background:#28a7e1 url(../images/in_go2.png) no-repeat 80% center;
	
}
.in42_mian a.in42_a:hover{
	color:#28a7e1;
	background:#fff url(../images/in_go1.png) no-repeat 80% center;
	
}

.in42_title{
	text-align: center;
	color:#fff;
	margin-bottom:45px;
}

.in42_title h2{
	margin:15px 0;
	font-size:28px;
	line-height:28px;
}
.in42_title span{
	display: inline-block;
	width:3px;
	height:27px;
	background:#fff;
}

.in42_m li{
	margin-bottom:40px;
	color:#fff;
}

.in42_m li .in42_date{
	width:65px;
	color:#fff;
	text-align: center;
}

.in42_m li .in42_date span{
	font-size:48px;
	line-height:48px;
	font-weight:bold;
	display: inline-block;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #fff;
}
.in42_m li .in42_date p{
	font-size:14px;
	color:#a6e1fc;
}

.in42_m li .in42_mm{
	width:85%;
	color:#fff;
}

.in42_m li .in42_mm h3{
	font-size:18px;
	margin-bottom:10px;
}

.in42_m li .in42_mm p{
	font-size:14px;
	line-height:22px;
	color:#a6e1fc;
}


.in5_section{
	padding:60px 0;
	background:#fff;
}

.in5_main li{
	float:left;
	width:13.1%;
	height:88px;
	line-height:88px;
	border:1px solid #d5d5d5;
	border-radius:8px;
	margin-right:1.38%;
	text-align: center;
	margin-bottom:20px;
}

.in5_main li:nth-child(7n){
	margin-right:0;
}

.in5_main li img{
	max-width:100%;
	height:auto;
	vertical-align: middle;
}

.in5_main li:hover{
	border-color:#29aae3;
}

.in5_title{
	margin-bottom:35px;
	overflow: hidden;
	line-height:30px;
}

.in5_title h2{
	float: left;
	padding-left:35px;
	background:url(../images/in41.jpg) no-repeat left center;
	color:#000;
	font-size:28px;
}

.in5_title a{
	float:right;
	font-size:12px;
	color:#29aae3;
}
.in5_title a:hover{
	text-decoration:underline;
}




/*products_more*/
.ny_banner{
	height:522px;
	width:100%;
	background-size:auto 100%!important;
}

.pro_banner{
	background:url(../images/pro_banner.jpg) no-repeat center;
}

.pro_nav{
	border-bottom:1px solid #dfdfdf;
	line-height:66px;
	font-size:15px;
}

.pro_nav a{
	color:#000;
	display: inline-block;
	text-align: center;
	width:17.5%;
}

.pro_nav a:hover,
.pro_nav a.on{
	border-bottom:2px solid #28a7e1;
	color:#28a7e1;
}

.pro1_section{
	padding:60px 0 30px;
}

.pro1_title{
	text-align: center;
	margin-bottom:45px;
}

.pro1_title h2{
	font-size:30px;
	line-height:30px;
	color:#000;
	margin-bottom:20px;
}

.pro1_title span{
	display: inline-block;
	width:112px;
	height:5px;
	background:#28a7e1;
}

.pro1_sec{
	border:1px solid #dfdfdf;
	border-radius:15px;
}

.pro1_img{
	width:36%;
	text-align: center;
	height:auto;
	line-height:455px;
	
}
.pro1_img img{
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}

.pro1_main{
	width:64%;
	height:auto;
	padding:30px;
	 /*border-left:1px solid #dfdfdf;*/
}

.pro1_main1{
	margin-bottom:30px;
}



.pro1_main1 h2,
.pro1_main2 h2{
	padding-bottom:20px;
	font-size:20px;
	color:#28a7e1;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:15px;
	position:relative;
}



.pro1_main1 h2 span,
.pro1_main2 h2 span{
	display: inline-block;
	width:80px;
	height:2px;
	background:#28a7e1;
	position:absolute;
	left:0;
	bottom:-1px;
}

.pro1_main2 ul li{
	float:left;
	width:65px;
	text-align: center;
	margin-right:20px;
	margin-bottom:20px;
}
.pro1_main2 ul li img{
	height:78px;
	width:auto;
}
.pro1_main2 ul li p{
	margin-top:5px;
	color:#2b2b2b;
	font-size:12px;
}
.pro1_main2 ul li:hover p{
	color:#28a7e1;
}

.pro2_section{
	padding-bottom:55px;
}
.pro3_section{
	padding-bottom:155px;
}

.pro1_main1 p{
	 line-height:25px;
	 font-size:14px;
}

.pro2_main {
	 line-height:25px;
	 font-size:14px;
}


.pro2_sec h2,
.pro3_sec h2{
	padding-bottom:20px;
	font-size:20px;
	color:#28a7e1;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:35px;
	position:relative;
}

.pro2_sec h2 span,
.pro3_sec h2 span{
	display: inline-block;
	width:80px;
	height:2px;
	background:#28a7e1;
	position:absolute;
	left:0;
	bottom:-1px;
}

.pro2_sec ul li{
	font-size:15px;
	padding:10px 0;
	color:#333333;
	padding-left:27px;
	background:url(../images/pro_go.jpg) no-repeat left 10px;
}

.pro3_main img{
	max-width:100%;
	height:auto;
}




/*æ–‡åŒ–ç†å¿µculture*/
.about_banner{
	background:url(../images/ab_banner.jpg) no-repeat center;
}

.culture_section{
	padding:60px 0 30px;
}

.cul_title{
	margin-bottom:70px;
	text-align: center;
}
 
.cul_title h2{
	font-size:30px;
	line-height:30px;
	color:#000000;
	margin-bottom:20px
}

.cul_title span{
	display: inline-block;
	width:112px;
	height:5px;
	background:#28a7e1;
}

.cul1_main{
	overflow:hidden;
}

.cul1_main li{
	float: left;
	width:20%;
	text-align: center;
	padding:0 20px;
	background:url(../images/cul1_xian.jpg) no-repeat right center;
	height:250px;
	padding-top:20px;
}

.cul1_main li:last-child{
	background-image: none;
}

.cul1_main li h3{
	font-size:20px;
	line-height:20px;
	color:#28a7e1;
	margin-bottom:10px;
}
.cul1_main li&gt;span.cul_xian{
	display: inline-block;
	width:64px;
	height:2px;
	background:#dedede;
	margin-bottom:10px;
}


.cul1_main li div{
	height:100px;
	font-size:13px;
	line-height:24px;
}

.cul2_main{
	padding-top:40px;
	overflow: hidden;
}

.cul2_main li{
	float:left;
	width:32.5%;
	margin-right:1.25%;
	border:2px solid #d4d4d4;
	padding:8px;
	text-align: center;
}

.cul2_main li:last-child{
	margin-right:0;
}
.cul2_main li .cul2_img{
	width:100%;
	height:auto;
	position:relative;
}
.cul2_main li .cul2_img img{
	display: block;
	width:100%;
	height:auto;
}

.cul2_main li .cul2_img h3{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	line-height:43px;
	background:rgba(40,167,225,0.8);
	font-size:18px;
	color:#fff;
}

.cul2_main li .cul2_m{
	min-height:220px;
	padding:30px 15px 0;
	
}

.cul2_main li .cul2_m h3{
	font-size:15px;
	color:#000000;
	line-height:15px;
	margin-bottom:20px;
}

.cul2_main li .cul2_m div{
	font-size:13px;
	color:#666666;
	line-height:24px;
}





/*å…¬å¸è£èª‰*/
.honor_section{
	padding:55px 0 45px;
}
.honor_sec li{
	float:left;
	margin-bottom:15px;
	margin-right:1%;
	width:19%;
	padding:10px;
	border:1px solid #e0e0e0;
	border-radius:8px;
	text-align: center;
}

.honor_sec li img.honor_img{
	height:150px;
	width:auto;
	max-width:100%;
}

.honor_sec li p{
	padding:15px 0;
	font-size:13px;
	color:#050505;
}







/*è”ç³»æˆ‘ä»¬*/
.contact1_section1{
	width:50%;
	position:relative;
	height:800px;
	background:url(../images/cont1_bg.jpg) no-repeat center;
	background-size:auto 100%;
}

.contact1_section2 {
	width:50%;
	position:relative;
	height:800px; 
}

.contact1_sec1{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    min-height:100%;
    padding:110px 18%;
    color:#252525;
}

.cont11_main{
	width:100%;
	height:100%;
	background:#fff;
	padding:30px;
}

.cont11_m{
	width:100%;
	height:100%;
	border:2px solid #2aa9e0;
	padding:30px;
}

.cont11_m h2{
	text-align: center;
	margin-bottom:30px;
}

.cont11_m ul{
	font-size:14px;
	line-height:26px;
	color:#272727;
	min-height:230px;
}

.cont1_ma{
	text-align: center;
}

.cont1_ma p{
	color:#28a7e1;
	font-size:15px;
}

.contact1_sec2{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
	height:100%;
    text-align: center;
    padding:70px 17% 60px;
}

.cont12_main{
	width:100%;
	height:100%;
	background:#fff;
	padding:30px;
}

.cont12_main .cul_title{
	margin-bottom:20px;
}


.cont12_m&gt;div{
	margin-bottom:10px;
}
.cont12_m&gt;div input,
.cont12_m&gt;div textarea{
	border:1px solid #dfdfdf;
	border-radius:25px;
	color:#666;
	padding:18px 35px; 
	width:96%;
	margin-right:1%;
}

.cont12_m&gt;div textarea{
	line-height:20px;
	height:200px;
	vertical-align: top;
}
.cont12_m a&gt;button{
	margin-top:40px;
	width:220px;
	height:50px;
	text-align: center;
	line-height:50px;
	background:#28a7e1;
	border-radius:25px;
	font-size:17px;
	color:#fff;
	cursor: pointer;
}


.contact2_section1{
	width:50%;
	position:relative;
	height:490px;
}

.contact2_section2 {
	width:50%;
	position:relative;
	height:490px; 
	background:#28a7e1;
	color:#fff;
}

.contact2_sec1{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
}
.contact2_sec2{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
}

.contact2_sec1 #dituContent{
	width:100%;
	height:100%;
}

.contact2_sec2 table{
	width:100%;
	height:auto;
}
.contact2_sec2 table th,
.contact2_sec2 table td{
	border:1px solid #69c2ea;
	color:#fff;
	font-size:16px;
	text-align: left;
	padding-left:30px;
}
.contact2_sec2 table th{
	height:80px!important;
	line-height:80px!important;
	font-weight:normal;
	font-style:normal;
	font-size:20px;
}
.contact2_sec2 table td{
	height:50px!important;
	line-height:50px!important;
}





/*products*/
.products_section{
	padding:60px 0 100px;
}

.products_sec{
	padding-top:15px;
}

.products_sec li{
	float:left;
	/*width:18%;
	margin-right:2.5%;*/
	width:15%;
	margin-right:2%;
	text-align: center;
	border:1px solid #dfdfdf;
	border-radius:7px;
	background:#fff;
	padding:55px 0 45px;
}

.products_sec li:last-child{
	margin-right:0;
}

.pro_img{
	height:70px;
	width:100%;
	margin-bottom:20px;
}

.products_sec li:nth-child(1) .pro_img{
	background:url(../images/pro11.png) no-repeat center;
}
.products_sec li:nth-child(2) .pro_img{
	background:url(../images/pro21.png) no-repeat center;
}
.products_sec li:nth-child(3) .pro_img{
	background:url(../images/pro31.png) no-repeat center;
}
.products_sec li:nth-child(5) .pro_img{
	background:url(../images/pro411.png) no-repeat center;
}
.products_sec li:nth-child(4) .pro_img{
	background:url(../images/pro41.png) no-repeat center;
}

.products_sec li:nth-child(6) .pro_img{
	background:url(../images/pro46.png) no-repeat center;
}


.products_sec li:nth-child(1):hover .pro_img{
	background:url(../images/pro12.png) no-repeat center;
}
.products_sec li:nth-child(2):hover .pro_img{
	background:url(../images/pro22.png) no-repeat center;
}
.products_sec li:nth-child(3):hover .pro_img{
	background:url(../images/pro32.png) no-repeat center;
}
.products_sec li:nth-child(5):hover .pro_img{
	background:url(../images/pro421.png) no-repeat center;
}
.products_sec li:nth-child(4):hover .pro_img{
	background:url(../images/pro42.png) no-repeat center;
}


.products_sec li:nth-child(6):hover .pro_img{
	background:url(../images/pro461.png) no-repeat center;
}


.products_sec li:hover{
	background:#29a7e1;
	border-color:#29a7e1;
}
.products_sec li:hover .pro_main{
	color:#fff;
}

.pro_main{
	color:#000000;
	font-size:12px;
}
.products_sec li:hover .pro_main{
	color:#fff;
}
.pro_main span{
	display: inline-block;
	width:94px;
	height:1px;
	background:#000;
	margin-bottom:20px;
}

.products_sec li:hover .pro_main span{
	background:#fff;
}

.pro_main h4{
	font-size:18px;
	line-height:18px;
	margin-bottom:7px;
}

.pro_main div{
	margin-top:45px;
	width:100%;
	height:15px;
	background:url(../images/pro_go1.png) no-repeat center;
}
.products_sec li:hover .pro_main div{
	background:url(../images/pro_go2.png) no-repeat center;
}


/*å“åº”å¼æ&nbsp;·å¼*/
@media only screen and (max-width:1800px ){
	/*.footer .w {
    width: 100%;
    padding: 0 3% !important;
}
.foot_bot .w{
	 width: 100%;
    padding: 0 3% !important;
}
	.footer1 .w {
    width: 100%;
    padding: 0 3% !important;
}*/
}
@media only screen and (max-width:1400px ) {
	.in41_left{
	height:600px;
}

.in42_right {
	height:600px;
}
}
@media only screen and (max-width:1200px) {

.w{
	width:1024px;
}

.head_others .long{
	display: none;
}
	
}


@media only screen and (max-width:1024px) {

.w{
	width:960px;
}

	
}


@media only screen and (max-width:960px) {

.w{
	width:100%;
	padding:0 3%;
}
.maping{
	height: auto !important;
}
	
.newshow p {
     text-indent: 0em !important; 
}
.newshow iframe{
	width: 100% !important;	
	height: 100% !important;
	
}
.phone_head{
	display: block;
}
header{
	display: none;
}
.banner,
.ny_banner{
	margin-top:60px;
}
	
	
}

@media only screen and (max-width:780px) {
.banner .go_index1{
	display: none;
}
.in11_left,
.in12_right,
.in21_left,
.in22_right,
.in31_left,
.in32_right,
.in41_left,
.in42_right,
.contact1_section1,
.contact1_section2,
.contact2_section1,
.contact2_section2,
.in11_mian,
.in12_mian,
.in21_mian,
.in22_mian,
.in31_mian,
.in32_mian,
.in41_mian,
.in42_mian,
.contact1_sec1,
.contact1_sec2,
.contact2_sec1,
.contact2_sec2{
	width:100%;
	height:auto;
	position:static;
	float:none;
}
.contact1_sec1{
	padding:100px 5% 40px; 
}

.contact1_sec2,
.in12_mian,
.in21_mian,
.in41_mian,
.in42_mian,
.in32_mian{
	padding:40px 5%;
}

.in1_section{
	padding-top:0;
}

.foot_bot{
	height:auto;
	line-height:40px;
}

.in21_mian div{
	min-height:50px;
}
.in3_section{
	padding-bottom:0;
}

.in42_title span{
	display: none;
}
.pro1_main2 ul li{
	width:15%;
	padding:0 10px;
	margin-right:0;
	margin-bottom:5px;
}
.pro1_main2 ul li img{
	width:100%;
	height:62px;
}



	
}

@media only screen and (max-width:480px) {

.phone_head .logo{
	width:45%;
}
.in1_section{
	padding-top:30px;
}
.in11_mian,
.in22_mian,
.in31_mian{
	line-height:200px;
}
.in42_title{
	margin-bottom:30px;
}

.in42_title img{
	height:45px;
	width:auto;
}
.in42_title h2{
	font-size:24px;
	margin:10px 0;
}
.in42_m li .in42_mm{
	width:100%;
}
.in5_main li{
	width:23%;
	margin:0 1% 15px;
	padding:0 10px;
	height: 68px;
    line-height: 64px;
}
.in5_main li img{
	max-height:100%;
}
.in5_section,
.honor_section,
.culture_section{
	padding:30px 0;
}
.footer{
	display: none;
}

.footer1{  display:none;}

.footer1  .foot_bot{
	border-top:1px solid #28a7e1;
	padding:10px 0;
	line-height:20px;
}



.foot_bot{
	border-top:1px solid #28a7e1;
	padding:10px 0;
	line-height:20px;
}

.ny_banner{
	height:150px;
}
.pro_nav{
	display: none;
}
.cul_title{
	margin-bottom:30px;
}
.cul_title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.cul_title span {
    width: 80px;
    height: 2px;
}

.honor_sec li{
	min-height:200px;
	width:48%;
	margin:0 1% 20px;
}
.cul1_main{
	height:auto;
}
.cul1_main li{
	width:48%;
	background-image:none;
	border:1px solid #DCDCDC;
	border-radius:10px;
	margin:0 1% 20px;
	background:#fff;
}
.cul2_main{
	padding-top: 20px;
}
.cul2_main li{
	width:100%;
	margin:0 0 20px;
}
.cul2_main li .cul2_m{
	min-height:100px;
	padding-bottom:30px;
}
.cul1_main li div{
	height:110px;
}

.contact2_sec1 #dituContent{
	height:300px;
}
.contact2_sec2 table th {
    height: 30px!important;
    line-height: 30px!important;
    font-size:16px;
}
.contact2_sec2 table th, 
.contact2_sec2 table td{
	padding:0 5px;
}

.contact2_sec2 table td{
	font-size:14px;
	line-height:20px!important;
}

.contact2_sec2 table th:nth-child(1), 
.contact2_sec2 table td:nth-child(1){
	width:20%;
}
.cont12_m&gt;button{
	margin-top:20px;
}
.cont12_m&gt;div input, 
.cont12_m&gt;div textarea{
	padding:10px 20px;
}
.cont12_m&gt;div textarea{
	height:120px;
}

.in32_mian h2, 
.in21_mian h2, 
.in12_mian h2{
	font-size:23px;
	line-height:23px;
	margin-bottom:20px;
}
.in21_mian span, .in12_mian span{
	width:80px;
	height:2px;
	margin-bottom:20px;
}
.in32_mian a, .in21_mian a, .in12_mian a {
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    padding-left: 25px;
}

 .in12_mian{
 	border-bottom:1px solid #28a7e1;
 }

.in31_mian{
	margin-top:20px;
}

.pro1_title h2 {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
}

.pro1_section{
	padding:30px 0;
}
.pro1_img {
    width: 100%;
    height: auto;
    line-height: 410px;
    border-right: none;
}
.pro1_main {
    width: 100%;
    height: auto;
    padding:20px;
}
.pro1_main2 ul li{
	width:20%;
}
.pro1_main2 ul li img {
    width: 100%;
    height: 71px;
}
.pro2_section{
	padding-bottom:30px;
}

.pro3_section{
	padding-bottom:50px;
}

.products_sec li{
	width:31%;
	margin:0 1% 20px;
	padding:25px 0;
}

.pro_main div{
	margin-top:15px;
}
.pro_img{
	margin-bottom:10px;
}
.pro1_title{
	margin-bottom:20px;
}	
.products_section{
	padding:50px 0 30px;
}




}

@media only screen and (max-width:380px) {



	
}


@media only screen and (max-width:320px) {
.cul1_main li div{
	height:130px;
}

.cul1_main li&gt;img{
	height:40px;
	width:auto;
}

.cul2_main li .cul2_m {
    padding: 30px 10px 0;
}
.contact2_sec2 table th:nth-child(1), 
.contact2_sec2 table td:nth-child(1){
	width:25%;
}



	
}


.newshow {margin-bottom:50px;}
.newshow p{ text-indent:2em;}


.protype {
	
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

.protype li {width: 18%;float: left; margin:0.5% 1%;}

.protype li a {
	color: #444;
	transition: all 0.5s;
	width: 100%;
	height: 44px;
	background: #fff;
	text-align: center;
	line-height: 44px;
	border-radius: 10px;
	border: 1px solid #28a7e1;
	margin-right: 5px;
	font-size:16px;
	float: left;
}

.protype li a:hover {
	width: 100%;
	height: 44px;
	display: block;
	background: #28a7e1;
	border-radius: 10px;
	color: #fff;
}

.protype li a .thisclass1 {
	width: 100%;
	height: 44px;
	display: block;
	background: #28a7e1;
	border-radius: 10px;
	color: #fff;
}



.in5_main{
	padding:0 10px;
}
.in5_main .in5_m{
	float:left;
	width:100%;
	height:88px;
	line-height:88px;
	border:1px solid #d5d5d5;
	border-radius:8px;
	margin:0 1px;
	text-align: center;
	margin-bottom:20px;
	overflow:hidden;
}

.in5_main .in5_m:nth-child(7n){
	margin-right:0;
}

.in5_main .in5_m img{
	display: inline-block;
	width:auto;
	max-height:80%;
	vertical-align: middle;
}








</pre></body></html>